home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #5 / Software USA Volume 5.05.iso / pc / children / jigsaw / run / jigsaw.exe / 0 / RCDATA / TF_SOUND / TF_SOUND.txt
Text File  |  1999-01-05  |  3KB  |  113 lines

  1. object F_Sound: TF_Sound
  2.   Left = 374
  3.   Top = 223
  4.   BorderStyle = bsDialog
  5.   Caption = 'Sound and video'
  6.   ClientHeight = 214
  7.   ClientWidth = 237
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnKeyPress = FormKeyPress
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object P_Form: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 229
  22.     Height = 193
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object B_Ok: TButton
  26.       Left = 56
  27.       Top = 152
  28.       Width = 73
  29.       Height = 33
  30.       Caption = 'OK'
  31.       Font.Charset = DEFAULT_CHARSET
  32.       Font.Color = clWindowText
  33.       Font.Height = -13
  34.       Font.Name = 'Arial'
  35.       Font.Style = [fsBold]
  36.       ParentFont = False
  37.       TabOrder = 0
  38.       OnClick = B_OkClick
  39.       OnKeyPress = FormKeyPress
  40.     end
  41.     object B_Cancel: TButton
  42.       Left = 148
  43.       Top = 152
  44.       Width = 73
  45.       Height = 33
  46.       Caption = 'Cancel'
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -13
  50.       Font.Name = 'Arial'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.       TabOrder = 1
  54.       OnClick = B_CancelClick
  55.       OnKeyPress = FormKeyPress
  56.     end
  57.     object Panel1: TPanel
  58.       Left = 8
  59.       Top = 8
  60.       Width = 213
  61.       Height = 123
  62.       BevelInner = bvRaised
  63.       BevelOuter = bvLowered
  64.       TabOrder = 2
  65.       object CB_PlaySound: TCheckBox
  66.         Left = 16
  67.         Top = 8
  68.         Width = 113
  69.         Height = 25
  70.         Caption = 'Play sound'
  71.         Font.Charset = DEFAULT_CHARSET
  72.         Font.Color = clWindowText
  73.         Font.Height = -13
  74.         Font.Name = 'Arial'
  75.         Font.Style = []
  76.         ParentFont = False
  77.         TabOrder = 0
  78.         OnKeyPress = FormKeyPress
  79.       end
  80.       object CB_PlayStartAvi: TCheckBox
  81.         Left = 16
  82.         Top = 48
  83.         Width = 137
  84.         Height = 25
  85.         Caption = 'Play start-up video'
  86.         Font.Charset = DEFAULT_CHARSET
  87.         Font.Color = clWindowText
  88.         Font.Height = -13
  89.         Font.Name = 'Arial'
  90.         Font.Style = []
  91.         ParentFont = False
  92.         TabOrder = 1
  93.         OnKeyPress = FormKeyPress
  94.       end
  95.       object CB_PlayDoneAvi: TCheckBox
  96.         Left = 16
  97.         Top = 88
  98.         Width = 188
  99.         Height = 25
  100.         Caption = 'Play puzzle completed video'
  101.         Font.Charset = DEFAULT_CHARSET
  102.         Font.Color = clWindowText
  103.         Font.Height = -13
  104.         Font.Name = 'Arial'
  105.         Font.Style = []
  106.         ParentFont = False
  107.         TabOrder = 2
  108.         OnKeyPress = FormKeyPress
  109.       end
  110.     end
  111.   end
  112. end
  113.